Speaker-Portal: Hinweis auf dritte Person Singular bei der Bio - #254
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Eingereichte Bios kommen zunehmend in der Ich-Form an. Deshalb steht jetzt ein Hinweis über dem Bio-Feld, und der Platzhalter zeigt ein Beispiel in der dritten Person Singular statt zur Ich-Form einzuladen.
Das Beispiel in Hinweis und Platzhalter nennt keine echte Person und kein echtes Unternehmen mehr, sondern einen fiktiven Beispielnamen.
Jan0707
force-pushed
the
speaker-portal-bio-third-person
branch
from
September 23, 2026 13:48
e4af762 to
9fa8601
Compare
Jan0707
marked this pull request as ready for review
September 23, 2026 13:48
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The reviewed change is focused and has no unresolved issues.
Review effort: Lite
Findings: None
What changed in this PR
Updates the Speaker Portal to guide users toward writing bios in the third person.
Changes:
- Added an explanatory note below the bio label.
- Replaced the placeholder with a third-person example.
- Left validation and the character limit unchanged.
| File | Description |
|---|---|
nuxt-app/pages/speaker-portal.vue |
Adds third-person bio guidance and updates the textarea placeholder. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Dennis Becker · Slack thread
Before: Wer das Speaker-Portal ausfüllt, sieht beim Feld „Bio / Beschreibung“ nur das Label und darunter direkt das Textfeld mit dem Platzhalter „Erzähl uns ein bisschen über dich und deine Arbeit…“. Der Platzhalter spricht die Person direkt an und legt damit die Ich-Form nahe — es gibt keinen Hinweis darauf, in welcher Form die Bio geschrieben sein soll.
After: Zwischen Label und Textfeld steht jetzt ein kurzer Hinweis: die Bio soll in der dritten Person Singular geschrieben werden, nicht in der Ich-Form, mit einem Beispiel in Klammern. Der Platzhalter im Textfeld selbst zeigt ebenfalls ein Beispiel in der dritten Person („Erika Mustermann arbeitet remote als Head of Engineering bei der Beispiel GmbH und beschäftigt sich vor allem mit …“) und lädt so nicht mehr zur Ich-Form ein. Beim Ausfüllen ist damit an zwei Stellen sichtbar, welche Form erwartet wird.
How: Ein zusätzliches
<p class="mb-2 text-sm text-white/60">unter dem Bio-Label — dieselbe Hinweis-Optik wie bei den Bild-Uploads weiter unten auf der Seite — plus ein neuer Platzhalter-Text im<textarea>. Insgesamt fünf neue Zeilen innuxt-app/pages/speaker-portal.vue, sonst keine Änderungen; Logik, Validierung und das Zeichen-Limit von 2000 bleiben unangetastet.Der Wunsch kam aus dem Team: es ist aufgefallen, dass eingereichte Bios zunehmend in der Ich-Form ankommen.
Generated by Claude Code